@media screen and (max-width: 1050px){
    #navbar-list{
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        align-content: center;
    }
}

@media screen and (max-width: 991px){

    /*contact*/

    #con-hero-left-btn-div{
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        gap: 25px;
        margin-bottom: 40px;
    }

    #con-hero-head-right h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        text-align: center;
        color: white;   
        margin-top: 30px;
        margin-bottom: 10px;
    }

    /*yahi tak*/

    #bars{
        display: inline-block;
    }

    #navbar-list, #navbar-right-section{
        display: none;
    }

    #mobile-nav-button{
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-button1{
        box-shadow: 1px 5px 10px springgreen;
    }

    .mobile-button2{
        box-shadow: 1px 5px 10px rgb(255, 255, 255);
    }

    /*hero head section media*/

    #hero-button{
        display: none;
    }

    #hero-head-section{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
    }

    #hero-head-right-section{
        width: 60%;
        height: 550px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }

    #hero-head-left-section{
        width: 80%;
        height: 550px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
        align-content: center;
    }

    #hero-head-left-section-text{
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: white;
        font-family: 'Poppins', sans-serif;
        flex-wrap: wrap;
        align-content: center;
    }

    /*three features media*/

    .different-feature-data-entry-h1{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        padding-top: 20px;
    }

    #step-text-h1{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        line-height: 1.5rem;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    #step-text-p{
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 0.8rem;
        line-height: 1.2rem;
        text-align: center;
        margin-bottom: 30px;
        padding-inline: 40px;
    }
}

@media screen and (max-width: 767px){


    /*about us page starts here*/

    #about-hero-head-container h1{
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        text-align: center;
        color: white;   
        padding: 5px;
    }

    #team-photo-section{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        overflow: hidden;
        gap: 35px;
        margin-inline: auto;
    }

    #team-photo-1-left{
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 50%;
        background-image: url("assets/image/about-ceo.jpg");
        box-shadow: 1px 5px 15px rgb(255, 255, 255);
        background-position: center;
        background-size: cover;
        filter:grayscale(100%);
        margin-inline: auto;
    }
    
    
    #team-photo-1-left:hover{
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 50%;
        background-image: url("assets/image/about-ceo.jpg");
        box-shadow: 1px 5px 15px rgb(0, 140, 255);
        background-position: center;
        background-size: cover;
        filter:none;
        margin-inline: auto;
    }


    #team-photo-1-right{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
    }

    
.more-heading{
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-align: center;
    color: rgb(0, 0, 0);   
    margin-block: 30px;
}


.more-para{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    color:rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 40px;
    padding-inline: 40px;
    width: 90%;
    align-self: center;
    margin-inline: auto;
}

    /*aboutu us ends here*/

    #mobile-nav-button{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 25px;
        flex-wrap: wrap;
        align-content: center;
    }

    .mobile-button1{
        width: 90%;
        box-shadow: 1px 5px 10px springgreen;
    }

    .mobile-button2{
        width: 90%;
        box-shadow: 1px 5px 10px rgb(255, 255, 255);
    }

    .mobile-button1:hover{
        width: 90%;
        box-shadow: 1px 5px 10px springgreen;
    }

    .mobile-button2:hover{
        width: 90%;
        box-shadow: 1px 5px 10px rgb(255, 255, 255);
    }


    /*hero head section media*/

    #hero-head-left-section-text h2{
        font-size: 1.3rem;
    }
    
    #hero-head-left-section-text h1{
        font-size: 2.6rem;
    }

    #hero-button{
        width: 75%;
    }

    #hero-button:HOVER{
        width: 85%;
    }

    #hero-head-right-section{
        height: 400px;
    }

    /*3 feature section*/

    #different-text-h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    .different-feature-data-entry-h1{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 1.8rem;
        padding-top: 20px;
    }

    .different-feature-data-entry-p{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8rem;
    }

    .different-feature-data-entry img{
        width: 50px;
    }

    /*three step section*/

    #step-text-h1{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
        padding-inline: 20px;
    }

    .step-data-entry-h1{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 1.3rem;
        line-height: 1.5rem;
        text-align: center;
        font-weight: 400;
    }

    .step-data-entry-p{
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 0.9rem;
        line-height: 1.5rem;
        text-align: center;
    }

    /*refer and earn section*/

    #refer-text-container{
        width: 200px;
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }

    #refer-container{
        width: 479px;
        height: 400px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-content: flex-start;
        background-image: url("assets/image/ladki.png");
        background-position: center;
        background-size:contain;
        background-repeat: no-repeat;
    }

    #refer-text-container h1{
        color: black;
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
    }
    #refer-text-container h2{
        color: black;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        line-height: 1.5rem;
        text-align: center;
        border: 1px sold transparent;
        border-radius: 33px;
        box-shadow: 1px 3px 12px springgreen;
        padding-block: 40px;
        overflow: hidden;
        margin-top: 30px;
        transition: ease;
        transition-duration: 0.2s;
    }

    #refer-text-container h2:hover{
        color: black;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        line-height: 1.5rem;
        text-align: center;
        border: 1px sold transparent;
        border-radius: 33px;
        box-shadow: 1px 3px 12px springgreen;
        padding-block: 40px;
        overflow: hidden;
        margin-top: 30px;
        background-color: springgreen;
    }

    /*eight feture section*/

    .eight-feature-card{
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        border: 1px solid transparent;
        border-radius: 33px;
        padding: 20px;
        gap: 15px;
        overflow: hidden;
        transition: ease;
        transition-duration: 0.2s;
    }

    .eight-feature-card:hover{
        width: 40%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        border: 1px solid transparent;
        border-radius: 33px;
        padding: 20px;
        gap: 15px;
        overflow: hidden;
        scale: 1.1;
    }

    #eight-feature-top{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: center;
        gap: 50px;
    }
    #eight-feature-bottom{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-content: center;
        gap: 50px;
    }

    #eight-feature-heading{
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        text-align: center;
        color: white;
        padding-bottom: 30px;
        padding-inline: 20px;
    }
    
    /*footer*/

    #footer-container{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 50px;
    }

    #footer-about-us{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 20px;
    }
    
    .footer-links{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
    }

    /*contactus*/

    #contact-hero-head-container{
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 50px;
        padding: 10px;
    }

    #con-hero-head-left{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    
    #con-hero-head-right{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding-top: 40px;
    }
}

@media screen and (max-width: 479px){

    /*about us starts here*/

    #about-hero-head-container h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        text-align: center;
        color: white;   
        padding: 5px;
    }

    #team-photo-1-right{
        width: 85%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        margin-inline: auto;
    }
    
    
    #team-photo-1-left{
        width: 250px;
        height: 250px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 50%;
        background-image: url("assets/image/about-ceo.jpg");
        box-shadow: 1px 5px 15px rgb(255, 255, 255);
        background-position: center;
        background-size: cover;
        filter:grayscale(100%);
        margin-inline: auto;
    }
    
    
    #team-photo-1-left:hover{
        width: 250px;
        height: 250px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 50%;
        background-image: url("assets/image/about-ceo.jpg");
        box-shadow: 1px 5px 15px rgb(0, 140, 255);
        background-position: center;
        background-size: cover;
        filter:none;
        margin-inline: auto;
    }




    /*about us ends here*/

    #contact-hero-head-container h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        text-align: center;
        color: white;   
        margin-top: 30px;
        padding: 20px;
    }
    
    #email-div h1{
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
        text-align: center;
        color: rgb(0, 0, 0);  
    }

    .question{
        font-family: 'Poppins', sans-serif;
        font-size: 0.8rem;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    #how-hero-head-container h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        text-align: center;
        color: white;   
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .mobile-button1{
        width: 100%;
        box-shadow: 1px 5px 10px springgreen;
    }

    .mobile-button2{
        width: 100%;
        box-shadow: 1px 5px 10px rgb(255, 255, 255);
    }

    /*hero head section*/

    #hero-head-left-section-text h2{
        font-size: 1rem;
    }
    
    #hero-head-left-section-text h1{
        font-size: 2rem;
    }

    #hero-head-left-section{
        width: 90%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
        align-content: center;
    }


    #hero-button{
        width: 85%;
        font-size: 1.1rem;
    }

    #hero-button:HOVER{
        width: 95%;
        font-size: 1.1rem;
    }

    #hero-head-right-section{
        height: 350px;
        width: 80%;
    }

    /*three feature section*/

    #different-text-h1{
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    .different-feature-data-entry-h1{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 1.8rem;
        padding-top: 20px;
    }

    .different-feature-data-entry-p{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8rem;
    }

    .different-feature-data-entry img{
        width: 50px;
    }

    .different-feature-data-entry{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        transition: ease;
        transition-duration: 0.2s;
    }

    #different-feature-data{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 100px;
        flex-wrap: wrap;
        align-content: center;
        gap: 70px;
    }

    #different-text{
        padding-bottom: 50px;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 25px;
    }


    /*step section*/

    #step-data{
        width: 90%;
        margin-inline: auto;
        height: auto;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 70px;
    }

    .step-data-entry{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        gap: 25px;
        width: 80%;
        overflow: hidden;
    }

    /*refer and earn*/

    #referandearn-section{
        margin-block: 50px;
    }

    /*eight feature*/

    #eight-feature-top{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
    }

    .eight-feature-card{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        border: 1px solid transparent;
        border-radius: 33px;
        padding: 20px;
        gap: 15px;
        overflow: hidden;
        transition: ease;
        transition-duration: 0.2s;
    }

    .eight-feature-card:hover{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
        border: 1px solid transparent;
        border-radius: 33px;
        padding: 20px;
        gap: 15px;
        overflow: hidden;
        scale: 1.1;
    }
}